Funcn . for this to work correctly , add the function call operator " 為使這正確工作,添加函數(shù)調(diào)用運(yùn)算符“ ( ) ” 。
Function call operator 函數(shù)調(diào)用操作符
This occurs regardless of whether or not the function takes parameters because the compiler calculates the function address ; however , because the function call operator " is not present , no call is made 因?yàn)榫幾g器計(jì)算函數(shù)地址,所以不論函數(shù)是否有參數(shù),都會(huì)出現(xiàn)這樣情況;然而,由于不存在函數(shù)調(diào)用運(yùn)算符“ ( ) ” ,所以沒有調(diào)用。